.. _`Set Parameters`: .. _`org.sysess.sympathy.machinelearning.set_parameters`: Set Parameters `````````````` .. image:: set_params.svg :width: 48 Sets the model hyper parameters based on table data. Definition :::::::::: Input ports ........... **in-model** | Type: model | Description: Input model **parameters** | Type: table | Description: Parameters Output ports ............ **out-model** | Type: model | Description: Output model Configuration ............. **Copy model parameters** (copy_through) Keeps the model parameters that are not overwritten by the inputtable. Otherwise default values are used. Examples ........ The node can be found in: * :download:`Custom_ParameterSearch.syx ` Implementation .............. .. automodule:: node_parameters :noindex: .. class:: SetParameters :noindex: